home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 18 / FreelogHS18.iso / Editeur texte / Keynote / kntsetup.exe / {app} / keynote.exe / 0 / RCDATA / TFORM_GLOSSARY / TFORM_GLOSSARY.txt
Text File  |  2003-11-13  |  3KB  |  129 lines

  1. object Form_Glossary: TForm_Glossary
  2.   Left = 405
  3.   Top = 291
  4.   Width = 424
  5.   Height = 306
  6.   HelpContext = 550
  7.   Caption = 'Glossary terms'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnActivate = FormActivate
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object Panel1: TPanel
  22.     Left = 299
  23.     Top = 0
  24.     Width = 117
  25.     Height = 274
  26.     Align = alRight
  27.     BevelOuter = bvNone
  28.     TabOrder = 0
  29.     object Button_OK: TButton
  30.       Left = 12
  31.       Top = 15
  32.       Width = 93
  33.       Height = 31
  34.       Hint = 'Accept changes and close dialog box'
  35.       Caption = 'OK'
  36.       Default = True
  37.       ModalResult = 1
  38.       TabOrder = 0
  39.       OnClick = Button_OKClick
  40.     end
  41.     object Button_Cancel: TButton
  42.       Left = 12
  43.       Top = 52
  44.       Width = 93
  45.       Height = 30
  46.       Hint = 'Discard changes and close dialog box'
  47.       Cancel = True
  48.       Caption = 'Cancel'
  49.       ModalResult = 2
  50.       TabOrder = 1
  51.     end
  52.     object Button_New: TButton
  53.       Left = 12
  54.       Top = 105
  55.       Width = 93
  56.       Height = 30
  57.       Caption = '&New'
  58.       TabOrder = 2
  59.       OnClick = Button_NewClick
  60.     end
  61.     object Button_Edit: TButton
  62.       Left = 12
  63.       Top = 142
  64.       Width = 93
  65.       Height = 30
  66.       Caption = '&Edit'
  67.       TabOrder = 3
  68.       OnClick = Button_EditClick
  69.     end
  70.     object Button_Del: TButton
  71.       Left = 12
  72.       Top = 178
  73.       Width = 93
  74.       Height = 31
  75.       Caption = '&Delete'
  76.       TabOrder = 4
  77.       OnClick = Button_DelClick
  78.     end
  79.     object Button_Help: TButton
  80.       Left = 12
  81.       Top = 228
  82.       Width = 93
  83.       Height = 30
  84.       Caption = '&Help'
  85.       TabOrder = 5
  86.       OnClick = Button_HelpClick
  87.     end
  88.   end
  89.   object Panel2: TPanel
  90.     Left = 0
  91.     Top = 0
  92.     Width = 299
  93.     Height = 274
  94.     Align = alClient
  95.     BevelOuter = bvNone
  96.     BorderWidth = 3
  97.     TabOrder = 1
  98.     object LV: TListView
  99.       Left = 3
  100.       Top = 3
  101.       Width = 293
  102.       Height = 268
  103.       Align = alClient
  104.       ColumnClick = False
  105.       OnDblClick = Button_EditClick
  106.       Columns = <
  107.         item
  108.           Caption = 'Shortcut'
  109.           Width = 80
  110.         end
  111.         item
  112.           Caption = 'Expands to'
  113.           Width = 165
  114.         end>
  115.       ReadOnly = True
  116.       HideSelection = False
  117.       RowSelect = True
  118.       TabOrder = 0
  119.       ViewStyle = vsReport
  120.     end
  121.   end
  122.   object FormPlacement: TFormPlacement
  123.     IniSection = 'GlossaryDlg'
  124.     Options = [fpPosition]
  125.     Left = 90
  126.     Top = 85
  127.   end
  128. end
  129.